|
eeprom14 2.2.0
|
EEPROM 14 Click example. More...
Macros | |
| #define | DEMO_TEXT_MESSAGE_1 "MIKROE" |
| #define | DEMO_TEXT_MESSAGE_2 "EEPROM 14 Click" |
| #define | STARTING_ADDRESS 0x0123 |
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
EEPROM 14 Click example.
This example demonstrates basic read and write operations on the EEPROM 14 Click. The application writes predefined text messages into memory, then reads them back and logs the results for verification.
The demo application is composed of two sections :
Initializes the logger, configures and initializes the EEPROM 14 Click.
Writes and reads text messages from EEPROM memory, displaying the stored values via the UART logger.
| #define DEMO_TEXT_MESSAGE_1 "MIKROE" |
| #define DEMO_TEXT_MESSAGE_2 "EEPROM 14 Click" |
| #define STARTING_ADDRESS 0x0123 |
| void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
| void application_task | ( | void | ) |
| int main | ( | void | ) |